4,291 research outputs found

    Synchronization for OFDM-Based Systems

    Get PDF

    Pharmacokinetic/Pharmacodynamic Correlation of Cefquinome Against Experimental Catheter-Associated Biofilm Infection Due to Staphylococcus aureus.

    Get PDF
    Biofilm formations play an important role in Staphylococcus aureus pathogenesis and contribute to antibiotic treatment failures in biofilm-associated infections. The aim of this study was to evaluate the pharmacokinetic/pharmacodynamic (PK/PD) profiles of cefquinome against an experimental catheter-related biofilm model due to S. aureus, including three clinical isolates and one non-clinical isolate. The minimal inhibitory concentration (MIC), minimal biofilm inhibitory concentration (MBIC), biofilm bactericidal concentration (BBC), minimal biofilm eradication concentration (MBEC) and biofilm prevention concentration (BPC) and in vitro time-kill curves of cefquinome were studied in both planktonic and biofilm cells of study S. aureus strains. The in vivo post-antibiotic effects (PAEs), PK profiles and efficacy of cefquinome were performed in the catheter-related biofilm infection model in murine. A sigmoid E max model was utilized to determine the PK/PD index that best described the dose-response profiles in the model. The MICs and MBICs of cefquinome for the four S. aureus strains were 0.5 and 16 μg/mL, respectively. The BBCs (32-64 μg/mL) and MBECs (64-256 μg/mL) of these study strains were much higher than their corresponding BPC values (1-2 μg/mL). Cefquinome showed time-dependent killing both on planktonic and biofilm cells, but produced much shorter PAEs in biofilm infections. The best-correlated PK/PD parameters of cefquinome for planktonic and biofilm cells were the duration of time that the free drug level exceeded the MIC (fT > MIC, R (2) = 96.2%) and the MBIC (fT > MBIC, R (2) = 94.7%), respectively. In addition, the AUC24h/MBIC of cefquinome also significantly correlated with the anti-biofilm outcome in this model (R (2) = 93.1%). The values of AUC24h/MBIC for biofilm-static and 1-log10-unit biofilm-cidal activity were 22.8 and 35.6 h; respectively. These results indicate that the PK/PD profiles of cefquinome could be used as valuable guidance for effective dosing regimens treating S. aureus biofilm-related infections

    A many-core software framework for embedded space computing

    Get PDF
    Thesis: M. Eng., Massachusetts Institute of Technology, Department of Electrical Engineering and Computer Science, 2013.Cataloged from PDF version of thesis.Includes bibliographical references (pages 66-67).Space computing has long called for powerful yet power-efficient hardware for on-board computation. The emergence of many-core CPUs on a single die provides one potential solution. The development of processors like Maestro strives for the balance between computational power and energy efficiency. However, development in software has not kept up. Not a single dominant programming framework has emerged to allow developers to easily write applications to take advantage of the new multi-core paradigm. As a result, in NASA's technology roadmap, fault management, programmability, and energy management under the new multi-core paradigm have been listed as top challenges. The goal of this thesis is to develop a framework that streamlines programming for multi-core processors, in the form of a programming model and a C++ programming library. A 49-core Maestro Development Board (MDB) serves as the development and testing hardware platform. The framework's usability is tested through a software simulation of a vision-based crater recognition algorithm for a lunar lander. A parallel version of the algorithm is written under the framework and tested, and a performance gain of about 300%, using 21 Maestro cores, is observed over the RAD750. The uniqueness of this framework lies in the principle that task blocks, not CPU cores, are the fundamental abstraction for individual processes. Each task block is allocated an arbitrary number of CPUs, completes one task, and communicates with other task blocks through message passing. Fault tolerance, power management, and communication among task blocks are abstracted out so that programmers can concentrate on the implementation of the application. The resulting programming library provides developers with the right tools to design and test parallel programs, port serial versions of applications to their parallelized counterparts, and develop new parallel programs with ease.by Eugene Yu-Ting Sun.M. Eng
    • …
    corecore